home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PAddWord.h ----------------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 3:29 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PAddWord__
- #define __PAddWord__
-
- class PAddWord
- {
-
- public:
-
- PAddWord(const char * sWord);
- PAddWord(const char * sWord, const char * sLanguage);
-
- private:
-
- PAddWord();
- };
-
- #endif
-
- // end of PAddWord.h
-